DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / Item Property
The zero-based ordinal position of the view item.

In This Topic
    Item Property (View<T>)
    In This Topic
    Gets the view item (element) at the specified ordinal position.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ordinal As Integer _
    ) As T
    public T this[ 
       int ordinal
    ]; {get;}

    Parameters

    ordinal
    The zero-based ordinal position of the view item.
    See Also